<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

button{
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	outline: none;
}

a,img{
	-webkit-touch-callout: none;
	/*绂佹闀挎寜閾炬帴涓庡浘鐗囧脊鍑鸿彍鍗�*/
}

a,input{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	/*鍘婚櫎(瀹夊崜,鑻规灉)鑷甫闃村奖鐨勬牱寮�*/
}
/*
a {
	text-decoration: none;
	color: #000;	
}

a:hover {
	text-decoration: none;
	color: #000;
}*/

/*img{
	max-width: 100%;
	border: 0;
	display:block;
	vertical-align:middle; 
}*/

p {
	margin: 0;
}

i{
	font-style: normal;
}

ul,ol {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}


input,
textarea {
	border: none;
	resize: none;
	outline: none;
	/*娓呴櫎榛樿閫変腑妗�*/
	/*-webkit-appearance: none;*/
	/*娓呴櫎绉诲姩璁惧鐨勬牱寮�*/
}


/*娓呴櫎娴姩*/

.clearfix::before,
.clearfix::after {
	content: '';
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both;
}

/*閫氱敤鏍�*/
.layout{
	min-width: 300px;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	background: url(../image/bc.png) no-repeat;
	background-size: 100% auto;
}</pre></body></html>